home *** CD-ROM | disk | FTP | other *** search
- object FormOutputDestination: TFormOutputDestination
- Left = 347
- Top = 183
- BorderStyle = bsDialog
- Caption = 'Output Folder'
- ClientHeight = 268
- ClientWidth = 433
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnActivate = FormActivate
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 433
- Height = 268
- Align = alClient
- BevelOuter = bvLowered
- BevelWidth = 3
- TabOrder = 0
- object Image1: TImage
- Left = 3
- Top = 3
- Width = 427
- Height = 262
- Align = alClient
- Picture.Data = {<image000.bmp>}
- Stretch = True
- end
- object pbHelp: TRSButton
- Left = 320
- Top = 200
- Width = 86
- Height = 23
- Picture.Data = {<image001.bmp>}
- OnClick = pbHelpClick
- end
- object pbCancel: TRSButton
- Left = 320
- Top = 168
- Width = 86
- Height = 23
- Picture.Data = {<image002.bmp>}
- OnClick = pbCancelClick
- end
- object pbOK: TRSButton
- Left = 320
- Top = 136
- Width = 86
- Height = 23
- Picture.Data = {<image003.bmp>}
- OnClick = pbOKClick
- end
- object pbCreateFolder: TRSButton
- Left = 320
- Top = 72
- Width = 86
- Height = 23
- Picture.Data = {<image004.bmp>}
- OnClick = pbCreateFolderClick
- end
- object Panel2: TPanel
- Left = 16
- Top = 16
- Width = 281
- Height = 233
- BevelWidth = 3
- TabOrder = 0
- object Image2: TImage
- Left = 3
- Top = 3
- Width = 275
- Height = 227
- Align = alClient
- Picture.Data = {<image005.bmp>}
- Stretch = True
- end
- object dfsPath: TEdit
- Left = 16
- Top = 16
- Width = 257
- Height = 21
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clLime
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object lbSelectPath: TDirectoryListBox
- Left = 16
- Top = 40
- Width = 257
- Height = 153
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clLime
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 16
- ParentFont = False
- TabOrder = 1
- OnChange = lbSelectPathChange
- end
- object cbDrives: TDriveComboBox
- Left = 16
- Top = 198
- Width = 257
- Height = 19
- Color = clBlack
- DirList = lbSelectPath
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clLime
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- end
- end
- end
- end
-